home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0214.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.1 KB  |  34 lines

  1. On Wed, 24 Apr 1997, Chris Hodges wrote:
  2.  
  3. > geosync@ozemail.com.au (Andrew Hawkins ) wrote on 23.04.1997 some words
  4. > under the subject -O- GeoSync Media Notice ***:
  5. > > And finally, does anyone know of any "HAM(4096) to GIF/JPG" batch
  6. > > converters on either IBM or AMIGA?
  7. > Use a batch script in conjunction with GfxCon (Aminet).
  8. > ..key source,target
  9. > ..bra {
  10. > ..ket }
  11. > Stack 30000
  12. > Dh1:Grafik/GfxTools/GfxCon {source} TO {target} format gif
  13.  
  14. No, no. Use a single period before the key, bra, and ket commands like
  15. this:
  16. .key source,target
  17. .bra {
  18. .ket }
  19. This should work.
  20.  
  21. /----------------------------------------------------------------------\
  22. | Joona Palaste                             |      |  |                |
  23. | palaste@cc.helsinki.fi                    |      |  |                |
  24. | G++ FR FW+ M- #20 D+ ADA N+++ W++ B OP+   |-------  -----------------|
  25. |                                           |-------  -----------------|
  26. |                                           |      |  |                |
  27. | Finland rules! =>                         |      |  |                |
  28. \----------------------------------------------------------------------/
  29.  
  30.  
  31.